home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 November / november_2001.iso / Graphic Programs / Media Center Plus / mcp310ev.exe / Data.Cab / F5255_style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-07-13  |  1.5 KB  |  115 lines

  1. .arrow
  2. {
  3.     font-family: Tahoma;
  4.     font-size: 10pt;
  5.     color: #909090;
  6. }
  7.  
  8. .bodytextsmall
  9. {
  10.     font-family: Arial;
  11.     font-size: 8pt;
  12.     color: white;
  13. }
  14.  
  15. .bodytext
  16. {
  17.     font-family: Arial;
  18.     font-size: 8pt;
  19.     color: white;
  20. }
  21.  
  22. .title
  23. {
  24.     font-family: Trebuchet MS;
  25.     font-size: 36pt;
  26.     color: white;
  27.     text-decoration: underline overline
  28. }
  29.  
  30. .titlegreen
  31. {
  32.     font-family: Trebuchet MS;
  33.     font-size: 36pt;
  34.     color: #FFFF40;
  35.     text-decoration: underline overline
  36. }
  37.  
  38. a.bodysmall
  39.     font-family: Arial; 
  40.     color: #FFFF40; 
  41.     font-size: 8pt; 
  42.     text-decoration: underline;
  43. }
  44.  
  45. a.bodysmall:visited 
  46.     color: #FFFF40; 
  47.     text-decoration: underline;
  48. }
  49.  
  50. a.bodysmall:active 
  51.     color: silver; 
  52.     text-decoration: underline overline;
  53. }
  54.  
  55. a.bodysmall:hover 
  56.     color: silver; 
  57.     text-decoration: underline overline;
  58. }
  59.  
  60. a:link
  61.     font-family: Arial; 
  62.     color: #FFFF40; 
  63.     font-size: 8pt; 
  64.     text-decoration: underline;
  65. }
  66.  
  67. a:visited 
  68.     color: #FFFF40; 
  69.     text-decoration: underline;
  70. }
  71.  
  72. a:active 
  73.     color: silver; 
  74.     text-decoration: underline overline;
  75. }
  76.  
  77. a:hover 
  78.     color: silver; 
  79.     text-decoration: underline overline;
  80. }
  81.  
  82. a.arrowlink
  83.     font-family: Tahoma; 
  84.     color: #FFFF40; 
  85.     font-size: 10pt; 
  86.     text-decoration: none;
  87. }
  88.  
  89. a.arrowlink:visited 
  90.     color: #FFFF40; 
  91.     text-decoration: none;
  92. }
  93.  
  94. a.arrowlink:active 
  95.     color: silver; 
  96.     text-decoration: underline overline;
  97. }
  98.  
  99. a.arrowlink:hover 
  100.     color: silver; 
  101.     text-decoration: underline overline;
  102. }
  103.